Gets the exception related to the state change or null. If an exception is present, it may be used to distinguish reasons for state transitions. A value of null does not necessarily indicate success.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
<
ObsoleteAttribute("This property is now
obsolete.")> _
Public 
ReadOnly 
Property 
Error 
As 
Exception
C#
[
ObsoleteAttribute("This property is now
obsolete.")]
public 
Exception 
Error { 
get; }
Visual C++
[
ObsoleteAttribute(L"This property is
now obsolete.")]
public:
property 
Exception^ 
Error {
	
Exception^ 
get ();
}
JavaScript
function get_
error();

Field Value

The exception related to the state change or null. If an exception is present, it may be used to distinguish reasons for state transitions. A value of null does not necessarily indicate success.

See Also